home *** CD-ROM | disk | FTP | other *** search
- extern int Mnetread /* BYU 2.4.16 */
- ( /* BYU 2.4.16 */
- int pnum, /* BYU 2.4.16 */
- char *buffer, /* BYU 2.4.16 */
- int n /* BYU 2.4.16 */
- ); /* BYU 2.4.16 */
-
- extern int Mnetwrite /* BYU 2.4.16 */
- ( /* BYU 2.4.16 */
- int pnum, /* BYU 2.4.16 */
- char *buffer, /* BYU 2.4.16 */
- int n /* BYU 2.4.16 */
- ); /* BYU 2.4.16 */
-
- extern int Mnetpush /* BYU 2.4.16 */
- ( /* BYU 2.4.16 */
- int pnum /* BYU 2.4.16 */
- ); /* BYU 2.4.16 */
-
- extern int Mnetqlen /* BYU 2.4.16 */
- ( /* BYU 2.4.16 */
- int pnum /* BYU 2.4.16 */
- ); /* BYU 2.4.16 */
-
- extern int Mnetroom /* BYU 2.4.16 */
- ( /* BYU 2.4.16 */
- int pnum /* BYU 2.4.16 */
- ); /* BYU 2.4.16 */
-
- extern int Mnetgetip /* BYU 2.4.16 */
- ( /* BYU 2.4.16 */
- unsigned char *st /* BYU 2.4.16 */
- ); /* BYU 2.4.16 */
-
- extern int Mnetest /* BYU 2.4.16 */
- ( /* BYU 2.4.16 */
- int pnum /* BYU 2.4.16 */
- ); /* BYU 2.4.16 */
-
- extern int Mnetlisten /* BYU 2.4.16 */
- ( /* BYU 2.4.16 */
- uint serv /* BYU 2.4.16 */
- ); /* BYU 2.4.16 */
-
- extern Mnetgetftp /* BYU 2.4.16 */
- ( /* BYU 2.4.16 */
- int a[], /* BYU 2.4.16 */
- int pnum /* BYU 2.4.16 */
- ); /* BYU 2.4.16 */
-
- #if 0 /* BYU 2.4.16 */
- extern void netconfig
- (
- char *hardware
- );
- #endif /* BYU 2.4.16 */
-
- extern int Mnetinit /* BYU 2.4.16 */
- (
- void
- );
-
- extern int Mnetgetip /* BYU 2.4.16 */
- (
- unsigned char *st
- );
-
- extern int netgetrarp
- (
- void
- );
-
- extern void netsetip
- (
- unsigned char *st
- );
-
- #if 0 /* BYU 2.4.16 */
- extern void netarpme
- (
- char *s
- );
- #endif /* BYU 2.4.16 */
-
- extern int Mnetxopen /* BYU 2.4.16 */
- (
- uint32 *machine,
- uint service,
- uint rto,
- uint mtu,
- uint mseg,
- uint mwin
- );
-
- extern void Mnetusend /* BYU 2.4.16 */
- (
- unsigned char *machine,
- unsigned int port,
- unsigned int retport,
- unsigned char *buffer,
- int n
- );
-
- extern int Mnetulisten /* BYU 2.4.16 */
- (
- int port
- );
-
- extern int Mneturead /* BYU 2.4.16 */
- (
- char *buffer
- );
-
- extern int Mnetclose /* BYU 2.4.16 */
- (
- int pnum
- );
-
- extern void Mnetshut /* BYU 2.4.16 */
- ( /* BYU 2.4.16 */
- void /* BYU 2.4.16 */
- ); /* BYU 2.4.16 */
-
- extern int Mnetopen2 /* BYU 2.4.16 */
- (
- int pnum
- );
-
- extern void neteventinit
- (
- void
- );
-